summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/menu/menu_settings.xml
blob: 21501a471f7d36a8a357471b2435b8f560df1cc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">

    <item
        android:id="@+id/action_search"
        android:icon="@drawable/ic_search"
        android:title="@string/home_search"
        app:showAsAction="always" />

</menu>